Decimal

Undocumented in source.

Constructors

this
this(mpd_t* v)
Undocumented in source.
this
this(Decimal original)
Undocumented in source.
this
this(string s)
Undocumented in source.
this
this(int x)
Undocumented in source.
this
this(long x)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Postblit

this(this)
this(this)
Undocumented in source.

Members

Functions

is_nonnegative
bool is_nonnegative()
Undocumented in source. Be warned that the author may not have intended to support it.
is_nonpositive
bool is_nonpositive()
Undocumented in source. Be warned that the author may not have intended to support it.
isfinite
bool isfinite()
Undocumented in source. Be warned that the author may not have intended to support it.
isinfinite
bool isinfinite()
Undocumented in source. Be warned that the author may not have intended to support it.
isnan
bool isnan()
Undocumented in source. Be warned that the author may not have intended to support it.
isnegative
bool isnegative()
Undocumented in source. Be warned that the author may not have intended to support it.
ispositive
bool ispositive()
Undocumented in source. Be warned that the author may not have intended to support it.
isqnan
bool isqnan()
Undocumented in source. Be warned that the author may not have intended to support it.
issigned
bool issigned()
Undocumented in source. Be warned that the author may not have intended to support it.
issnan
bool issnan()
Undocumented in source. Be warned that the author may not have intended to support it.
isspecial
bool isspecial()
Undocumented in source. Be warned that the author may not have intended to support it.
iszero
bool iszero()
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
Decimal opBinary(Decimal rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
opCmp
int opCmp(Decimal rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(Decimal rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
opOpAssign
Decimal opOpAssign(Decimal rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
opUnary
Decimal opUnary()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

value
mpd_t* value;
Undocumented in source.

Meta